복합 색인 다 열 복합 색인 사용 은 마이크로소프트 sql server 의 결함 을 우회 합 니 다. To illustrate the point, take a example, Create table A( a int, b int, c int, d float, primary key (a, b, c)) now check the plan for the query: select c, d from A where (a> 111 or a= 111 and (b > 222 or b = 222 and c > 3... 다 열복합 색인
다 열 복합 색인 사용 은 마이크로소프트 sql server 의 결함 을 우회 합 니 다. To illustrate the point, take a example, Create table A( a int, b int, c int, d float, primary key (a, b, c)) now check the plan for the query: select c, d from A where (a> 111 or a= 111 and (b > 222 or b = 222 and c > 3... 다 열복합 색인